* Hides @window, then reshows it, resetting the
* default size and position of the window. Used
* by GUI builders only.
+ *
+ * Deprecated: 3.10: GUI builders can call gtk_widget_hide(),
+ * gtk_widget_unrealize() and then gtk_widget_show() on @window
+ * themselves, if they still need this functionality.
**/
void
gtk_window_reshow_with_initial_size (GtkWindow *window)
gboolean gtk_window_has_group (GtkWindow *window);
/* Ignore this unless you are writing a GUI builder */
+GDK_DEPRECATED_IN_3_10
void gtk_window_reshow_with_initial_size (GtkWindow *window);
GtkWindowType gtk_window_get_window_type (GtkWindow *window);